home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
2DScript
/
SHOTCLOC.UI
< prev
next >
Wrap
Text File
|
1999-04-13
|
1KB
|
66 lines
"2D\Overlays\ShotCloc"
//********************
// Data Container
//********************
DataContainer {
String "ShotClock" {
EditBox "ShotClock";
};
};
//********************
// Images
//********************
Image "ShotClockBack" {
Filename "ShotClk";
};
//********************
// Fonts
//********************
Font "ShotClockTimeFont" {
Filename "ShotFont";
Translate " 0123456789";
Kerning 1;
};
//********************
// Styles
//********************
Style "ShotClockStyle" {
Image "ShotClockBack";
};
Style "ShotClockTimeStyle" {
Font "ShotClockTimeFont";
};
//********************
// Edit Boxes
//********************
EditBox "ShotClock" {
Style "ShotClockTimeStyle";
Position [18, 24];
Size [25, 20];
};
//********************
// Groups
//********************
Group "ShotClock" {
Root;
Style "ShotClockStyle";
// Position [25, 409];
BottomLeft Position [25, -71];
Children {
EditBox "ShotClock";
};
};